Defining SQL Azure Assemblies

The following properties are applicable to a SQL Azure Assembly object.

Tab

Property

Description

Additional Information

Authorization   Specifies the name of a user or role as owner of the assembly  

General

Permission Set

Specifies a set of code access permissions that are granted to the assembly

 

Visibility

Specifies whether the assembly is visible for creating common language runtime (CLR) functions, stored procedures, triggers, user-defined types, and user-defined aggregate functions against it  
Unchecked Data Specifies whether the ALTER ASSEMBLY statement is executed even if there are tables in the database that contain persisted computed columns, check constraints, columns of a CLR user-defined type that depend on the assembly, or Columns of a CLR user-defined type that reference views created by using WITH SCHEMABINDING  
Assembly Bits Specifies the list of binary values that make up the assembly and its dependent assemblies  
Permission Name Specifies the permission name  
Type Specifies the permission type  
Cascade Indicates that the permission being denied or revoked is also denied or revoked from other principals to which it has been granted or denied by this principal  
With Grant Specifies whether a user can grant this permission to other users  
Grant As Principal Specifies a principal from which the principal executing this query derives its right to grant the permission  

This object is supported only for Azure SQL Managed Instance.